HP vPVシングルサインオンユーティリティのCSAの設定

CSAユーザーとしてHP vPVを設定しシングルサインオン (SSO) を可能にすることで、複数サインインのプロセスを解消できます。

次の手順を実行します。

  1. rootユーザーとしてログオンします。

  2. 次の場所にあるlwssofmconf.xmlファイルに移動します。

    /opt/OV/www/webapps/PV/WEB-INF/classes/

  3. lwssofmconf.xmlファイルの<domain>および<initString>の値を編集します。

    例:
    <validation>
    <in-ui-lwsso>
    <lwssoValidation  id="ID000001">
    <domain><hp.com></domain>
    <crypto cipherType="symmetricBlockCipher"
    engineName="AES" paddingModeName="CBC" keySize="256"
    encodingMode="Base64Url"
    initString=<mention the init string here></crypto>
    </lwssoValidation>
    </in-ui-lwsso>
    </validation>

    <domain>および<initString>は、HP SSO設定の記述と同じものになるようにしてください。

  4. 次のコマンドを実行して、Tomcatを再起動します。

    /opt/OV/bin/ovc –retstart ovtomcatB

  5. 任意:CSAユーザーページにログインして、新しいタブに次のパスを指定します。

    http://<FQDN>:8081/PV/?CTX=CSA&CSA_ORG=<ID_Of_The_Organisation>

    ここで、<FQDN>は/opt/OV/www/webapps/PV/WEB-INF/classes/lwssofmconf.xmlファイルに記述されているドメインで、<ID of the organization>は組織のIDであって組織名ではありません。